home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr33 / xcode.zip / READ.ME next >
Text File  |  1993-06-26  |  1KB  |  26 lines

  1. /************************************************************************\
  2. **
  3. ** XCODE - File encryption/decryption
  4. ** 06/26/93, John C. Howard @ Compudata BBS, NJ,
  5. ** ref: David Stafford @ ZNT:COMPSHOPPER Compuserv
  6. **
  7. ** Compilation:
  8. ** This code was compiled and tested under Ultrix, Linux, RISC\OS,
  9. ** MS-C for DOS and a few small C compilers without needing any modification.
  10. **
  11. ** Description:
  12. ** The key is a 32 bit value giving 2^32 (4,294,967,296) combinations.
  13. ** If a code breaking program were to process a 1,000 keys a second testing
  14. ** based on an ASCII text file context, decoding would take an average of
  15. ** 25 days.  If two encryption passes are made using 2 keys, that
  16. ** duration would be multiplied by 4 billion.
  17. **
  18. ** Passing the encrypted file back through XCODE with the key will produce
  19. ** the original file.
  20. **
  21. ** Any Suggestions or Comments?  Send me mail at Compudata BBS,
  22. ** (609) 232-1245 on Conference 21 (C-language).
  23. ** 
  24. \************************************************************************/
  25.  
  26.